Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use trusted header to get the user id instead of authentication #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hahahannes
Copy link
Contributor

@hahahannes hahahannes commented Jan 8, 2025

This will add the possibility to trust a custom header providing the user id. In one of our use cases, this is useful when MlFlow runs behind a reverse proxy which is responsible for the authentication.

This PR is in progress. For example it is not clear how the first request of a user should be handled as the user has to be first created in the database.

Fixes #69

@hahahannes hahahannes changed the title use trusted header to get the user id instead of authentication; fix … feat: use trusted header to get the user id instead of authentication Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use user id from a trusted header in case mlflow runs behind proxy
1 participant